Release 10.1A: OpenEdge Development:
ADM Reference
exportData
Procedure that export the contents of a SmartDataObject (SDO) to another program.
Location: data.p Parameters:INPUT phDataObject AS HANDLEThe input data object handle from which to export data.
INPUT pcType AS CHARACTERThe input type. The current options are Excel or Crystal.
INPUT pcFieldList AS CHARACTEREither a list of input fields (Visible Fields only) or a blank ?? for all (no table prefix).
INPUT PARAMETER plIncludeObj AS LOGICALIndicates whether or not the input should include object fields. The options available are Yes or No.
INPU PARAMETER plUseExisting AS LOGICALIndicates whether for to use the currently running program (Currently Excel only). The available options are Yes or No.
INPUT PARAMETER piMaxRecords AS INTEGERMaximum number of records to process. ? Is signal to prompt for max records and all or disp. This ensures backwards compatibility if anyone uses the old style of asking before calling printToExcel in an SmartDataObject
Notes:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |